Region Constructor(FillMode,IFigure[])
Initializes a new instance of the
Region class with explicitly provided fill mode.
'Declaration
Public Function New( _
ByVal As FillMode, _
ByVal ParamArray () As IFigure _
)
Parameters
- fillMode
- Specifies how the interior of closed figures is filled.
- figures
- The array of figures to be added to the region.